Skip to content

Proposal: modernize the CI test matrix#11

Merged
bartes merged 1 commit into
mainfrom
proposals/modern-ci
Jun 12, 2026
Merged

Proposal: modernize the CI test matrix#11
bartes merged 1 commit into
mainfrom
proposals/modern-ci

Conversation

@bartes

@bartes bartes commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Run the test and react jobs in .github/workflows/test.yml across a Node version matrix (20, 22, 24) with fail-fast: false, replacing the single fixed node-version: latest. The setup-node node-version now reads from matrix.node-version and the step name includes the matrix value. No other workflow steps and no application code are changed.

Opened as a draft proposal.

Run the test and react jobs in test.yml across a Node 20, 22 and 24 matrix
instead of a single fixed Node version.
@bartes bartes marked this pull request as ready for review June 12, 2026 07:01
@bartes bartes merged commit d11ac0e into main Jun 12, 2026
6 checks passed
@bartes bartes deleted the proposals/modern-ci branch June 12, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant